home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / IEditor / Expanders / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-06-17  |  878 b   |  40 lines

  1. #ifndef EXEC_TYPES_H
  2. #include <exec/types.h>
  3. #endif
  4. #ifndef EXEC_LIBRARIES_H
  5. #include <exec/libraries.h>
  6. #endif
  7. #ifndef DOS_DOS_H
  8. #include <dos/dos.h>
  9. #endif
  10. #ifndef EXEC_MEMORY_H
  11. #include <exec/memory.h>
  12. #endif
  13. #ifndef CLIB_EXEC_PROTOS_H
  14. #include <clib/exec_protos.h>
  15. #endif
  16. #ifndef PRAGMAS_EXEC_PRAGMAS_H
  17. #include <pragmas/exec_pragmas.h>
  18. #endif
  19. #ifndef PRAGMAS_DOS_PRAGMAS_H
  20. #include <pragmas/dos_pragmas.h>
  21. #endif
  22. #include <string.h>
  23.  
  24. #include "DEV_IE:Include/IEditor.h"
  25. #include "DEV_IE:Include/expanders.h"
  26. #include "DEV_IE:Include/expanders-protos.h"
  27. #include "DEV_IE:Include/generatorlib.h"
  28.  
  29. extern const unsigned char      LibName[];
  30. extern const unsigned char      LibId[];
  31. extern struct ExecBase         *SysBase;
  32.  
  33. #ifdef BOOPSI_IEX
  34. extern struct BOOPSIExp        *LibBase;
  35. #else
  36. extern struct Expander         *LibBase;
  37. #endif
  38.  
  39. extern UBYTE                   *Desc;
  40.